Represents a method that handles the completed event of an asynchronous operation.
public generic<typename TResult>
delegate void AsyncOperationCompletedHandler`1(
IAsyncOperation<TResult>^ asyncInfo,
AsyncStatus asyncStatus
)
TResult
The result.
asyncInfo
Type: IAsyncOperation<TResult>
The asynchronous operation.
asyncStatus
Type: AsyncStatus
One of the enumeration values.
Namespace: Windows.Foundation
Metadata: windows.winmd